@import url('inter.css');

@font-face {
    font-family: 'Brother 1816';
    src: url('../font/Brother1816-Black.eot');
    src: url('../font/Brother1816-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/Brother1816-Black.woff2') format('woff2'),
        url('../font/Brother1816-Black.woff') format('woff'),
        url('../font/Brother1816-Black.ttf') format('truetype'),
        url('../font/Brother1816-Black.svg#Brother1816-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html, body {
  font-family: 'Inter';
  /* font-size: 19px; */
  background-color: #EFF8FB;
}

video {
  max-width: 100%;
}

strong {
  font-weight: 600;
}

:root {
  --main-dark-blue: #072e60;
  --main-light-blue: #0D6CAE;
}

header {
  margin-bottom: 25px;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

a {
  color: var(--main-dark-blue);
  text-decoration: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: var(--main-dark-blue);
}

.nav-pills .nav-link.active:hover, .nav-pills .show>.nav-link:hover {
  color: #fff;
  background-color: var(--main-light-blue);
}

.section {
  margin-top: 50px;
}

.hero {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background-color: gray; */
  margin-top: -50px;
}

.hero-headline {
  /* color: var(--color-accent); */
  text-align: center;
}

.hero-subline {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
}

.blue-bg {
  background-color: #082F60;
  color: #fff;
  /* color: #fff;
  background: rgb(8,47,96);
  background: -moz-radial-gradient(circle, rgba(8,47,96,1) 0%, rgba(9,57,115,1) 73%, rgba(11,108,174,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(8,47,96,1) 0%, rgba(9,57,115,1) 73%, rgba(11,108,174,1) 100%);
  background: radial-gradient(circle, rgba(8,47,96,1) 0%, rgba(9,57,115,1) 73%, rgba(11,108,174,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#082f60",endColorstr="#0b6cae",GradientType=1); */
  background-image: url("../img/Farbverlauf_3000x2000.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h1 {
  font-family: "Brother 1816";
  text-transform: uppercase;
  font-size: 64px;
  color: var(--main-dark-blue);
  /* border-top: 10px solid #B1DCDF;
  border-bottom: 10px solid #B1DCDF; */
}

h3 {
  font-family: "Brother 1816";
  text-transform: uppercase;
  /* font-size: 64px; */
  color: var(--main-dark-blue);
}

.gradient-text {
  background: #8CBABC;
  background: -webkit-linear-gradient(to bottom, #8CBABC 0%, #B1DCDF 50%, #8CBABC 100%);
  background: -moz-linear-gradient(to bottom, #8CBABC 0%, #B1DCDF 50%, #8CBABC 100%);
  background: linear-gradient(to bottom, #8CBABC 0%, #B1DCDF 50%, #8CBABC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer {
  /* background-color: #082F60; */
  font-weight: 400;
  color: var(--main-dark-blue);
  /* margin-top: 150px; */
}

.text-light-blue {
  color: var(--main-light-blue);
}

.text-dark-blue {
  color: var(--main-dark-blue);
}

.social-icon {
color: var(--main-dark-blue);
}

.social-icon:hover {
color: var(--main-light-blue);
}

.nav-divider {
  border-left: 1px solid rgba(7, 46, 96, 0.5);
}

.inactive-link {
  font-weight: 600;
  pointer-events: none;
  cursor: default;
}

.card {
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 20px 7px rgba(7,46,96,0.3);
  box-shadow: 0px 0px 20px 7px rgba(7,46,96,0.3);
  border-style: none;
  transition: 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card:hover {
  -webkit-box-shadow: 0px 0px 30px 15px rgba(7,46,96,0.5);
  box-shadow: 0px 0px 30px 15px rgba(7,46,96,0.5);
  /* transform: scale(1.025); */
}

.footer-link {
  text-decoration: none;
  color: inherit;
}

.card-title {
  text-align: center;
  font-size: 3em;
  padding-top: 15px;
}

.card-img {
  border-radius: 25px;
  background-size: contain;
}

.card-img-overlay {
  padding: 50px;
}

.card-body {
  flex-direction: column;
  /* border-top: 10px solid #B1DCDF;
  border-bottom: 10px solid #B1DCDF; */
  padding: 50px;
}

.card-hero {
  font-size: 5rem;
  padding-top: 15px;
}

.card-hero-subline {
  background-color: #8CBABC;
  font-family: "Brother 1816";
  text-transform: uppercase;
  font-size: 24px;
  color: var(--main-dark-blue);
  padding-top: 10px;
  padding-bottom: 3px;
}

.card-kandidat {
  border-radius: 5px;
  background-color: var(--main-dark-blue);
  color: #fff;
}

.card-kandidat .card-title {
  font-family: "Brother 1816";
  text-transform: uppercase;
  font-size: 32px;
  padding-bottom: 8px;
  border-top: 5px solid #B1DCDF;
  border-bottom: 5px solid #B1DCDF;
  text-align: left;
}

.card-kandidat .card-body {
  padding: 25px;
}

.card-img-top {
  max-width: 100%;
}

.kandidat-listenplatz {
  font-family: "Brother 1816";
  font-weight: 200;
}

.inner-block {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 5px solid #B1DCDF;
  border-bottom: 5px solid #B1DCDF;
}

.modal-body .inner-block {
  border-top: 5px solid var(--main-dark-blue);
  border-bottom: 5px solid var(--main-dark-blue);
}

.modal-body strong {
  font-weight: 800;
}

.col-xl-12 .inner-block {
  /* border-bottom: none!important; */
}

.btn-outline-light {
  color: #8CBABC;
  border-color: #8CBABC;
  background-color: rgba(100,100,100,0.2);
  /* border-width: 3px; */
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
}

.btn-primary {
  background-color: var(--main-dark-blue);
  border-color: var(--main-dark-blue);
}

.btn-secondary {
  background-color: var(--main-light-blue);
  border-color: var(--main-light-blue);
}

.modal-backdrop {
  background-color: var(--main-dark-blue);
}

.modal-content {
  background-color: #EFF8FB;
  color: var(--main-dark-blue);
}

.modal-header {
  border-bottom: none;
}

.modal-body {

}

.modal-footer {
  border-top: none;
}

.btn-close {
  color: var(--main-dark-blue);
  opacity: 1;
}

.nav {
  justify-content: center;
}

.modal-img {
  max-width: 100%;
}

@media (min-width: 576px) {
  .modal-dialog {
  max-width: 50%;
  margin: 1.75rem auto;
}
}


@media (max-width: 1199.98px) {
  .card-title {
    font-size: 4em;
  }
}

@media (max-width: 991.98px) {
  .card-title {
    font-size: 3em;
  }

  .card-hero {
    font-size: 4em;
  }
}

@media (max-width: 767.98px) {
  .card-title {
    font-size: 2em;
  }

  .card-hero {
    font-size: 3em;
  }

  .card-hero-subline {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 24px;
  }

  .card-hero {
    font-size: 2.15em;
  }

  .card-hero-subline {
    font-size: 16px;
  }

  .card-title {
    font-size: 2em;
  }

  .col-xl-6 {
    /* margin-top: 1.5rem; */
  }

  /* .copyright-text {
    font-size: .75em;
  } */
}

@media (max-width: 500px) {
  .copyright-text {
    font-size: .75em;
  }
}
